Method AggregateAsync<TResult>(Expression<Func<RedbObject<TProps>, TResult>>)

Assembly: redb.Core.dll

Flexible aggregation - choose what to aggregate via Agg.Sum/Avg/Min/Max/Count
Executed as ONE SQL query (aggregate_batch)!

public virtual Task<TResult> AggregateAsync<TResult>(Expression<Func<RedbObject<TProps>, TResult>> selector)